home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 016a / chgboot.zip / QUIKSTRT.CFG < prev    next >
Text File  |  1991-09-07  |  2KB  |  50 lines

  1. #-------------------------------------------------------------------------------
  2.  
  3. # This is the Quick Start configuration file.  It will allow you to
  4. # automatically have your original configuration loaded.  You must rename
  5. # your original "Autoexec.Bat" and "Config.Sys" files to "Autoexec.Cfg"
  6. # and "Config.Cfg".  After seeing how this works, you can add new
  7. # configurations using the organization shown here and in the "Sample.Cfg"
  8. # file.
  9.  
  10. # Set program default to reboot the machine.  Allowable options are:
  11. #    Off
  12. #    On
  13.  
  14. [AutoBoot]=On
  15.  
  16. # This switch is optional.  If it is not included, the configuration file
  17. # cannot be edited interactively withing the ChgBoot program.
  18. # If you have MS-DOS 5.0, and it is located in the directory "C:\Dos", then
  19. # the following command will allow the DOS editor to be used while in the
  20. # ChgBoot program.  If you have another editor place the command to execute
  21. # it here.  Remove the comment sign ('#') from in front of the command.
  22.  
  23. # [Editor]=C:\Dos\Edit
  24.  
  25. # This switch is optional.  Any DOS commands can be specified to run prior
  26. # to rebooting the machine, as is shown in this example.  If you are using
  27. # Central Point Software's PC-Cache, the Cache must be flushed prior to
  28. # rebooting the machine.  Remove the comment sign ('#') to activate this
  29. # command.
  30.  
  31. # [RunDos]=PC-Cache /Flush /Quiet > Nul
  32.  
  33. #-------------------------------------------------------------------------------
  34.  
  35. # This will be your original system configuration.
  36.  
  37. [SystemStart]
  38. [MenuTitle]=Original Configuration
  39. [HelpLine]=This is the configuration you had before using ChgBoot
  40. [AutoStart]
  41.      [Include]=C:\Autoexec.Cfg # Make sure you renamed your Autoexec.Bat file
  42. [AutoEnd]
  43.  
  44. [ConfigStart]
  45.      [Include]=C:\Config.Cfg # Make sure you renamed your Config.Sys file
  46. [ConfigEnd]
  47. [SystemEnd]
  48.  
  49. #-------------------------------------------------------------------------------
  50.